home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / lang / sofa.lha / sofa / smalleiffel / sys / runtime / trace.h < prev   
C/C++ Source or Header  |  2000-03-25  |  1KB  |  25 lines

  1. /*
  2. -- This file is  free  software, which  comes  along  with  SmallEiffel. This
  3. -- software  is  distributed  in the hope that it will be useful, but WITHOUT 
  4. -- ANY  WARRANTY;  without  even  the  implied warranty of MERCHANTABILITY or
  5. -- FITNESS  FOR A PARTICULAR PURPOSE. You can modify it as you want, provided
  6. -- this header is kept unaltered, and a notification of the changes is added.
  7. -- You  are  allowed  to  redistribute  it and sell it, alone or as a part of 
  8. -- another product.
  9. --          Copyright (C) 1994-98 LORIA - UHP - CRIN - INRIA - FRANCE
  10. --            Dominique COLNET and Suzanne COLLIN - colnet@loria.fr 
  11. --                       http://SmallEiffel.loria.fr
  12. --
  13. */
  14. /*
  15.   This file (SmallEiffel/sys/runtime/trace.h) is automatically included when 
  16.   `run_control.no_check' is true (ie. all modes except -boost).
  17.   This file comes after no_check.[hc] to implements the -trace flag.
  18. */
  19. #ifdef SE_TRACE
  20. void se_trace(se_dump_stack*ds,se_position p);
  21. #endif
  22. #ifdef SE_WEDIT
  23. void se_trace(se_dump_stack*ds,se_position p);
  24. #endif
  25.